home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3 / CHAPTE19 / RECORD.H < prev    next >
Text File  |  1996-04-29  |  663b  |  25 lines

  1.  
  2. #define IDM_EXIT             100
  3. #define IDM_NEW              200
  4. #define IDM_OPEN             201
  5. #define IDM_OPEN_DIALOG      202
  6. #define IDM_SAVE             203
  7. #define IDM_SAVE_AS          204
  8. #define IDM_CLOSE            205
  9.                              
  10. #define IDM_PLAY             206
  11. #define IDM_RECORD           207
  12. #define IDM_PAUSE            208
  13. #define IDM_RESUME           209
  14. #define IDM_STOP             210
  15.  
  16. #define IDM_ABOUT            300
  17.  
  18. #define DLG_VERFIRST         400
  19. #define DLG_VERLAST          404
  20.  
  21. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  22. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  23.  
  24.  
  25.